From: Dan Nicolaescu Date: Sat, 21 Mar 2009 15:39:10 +0000 (+0000) Subject: (Todo): Add note on simplifying vc-register. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1134 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=282c55bf7b39ac8fdad98c94168497adb545960c;p=emacs.git (Todo): Add note on simplifying vc-register. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31bf738b0e4..b8bfd8ed8a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-03-21 Dan Nicolaescu + + * vc.el (Todo): Add note on simplifying vc-register. + 2009-03-21 Eli Zaretskii * eshell/em-ls.el (eshell-ls-dir): Call diff --git a/lisp/vc.el b/lisp/vc.el index e785f3fb9ca..6d1242b7640 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -600,6 +600,11 @@ ;; the two branches. Or you locally add file FOO and then pull a ;; change that also adds a new file FOO, ... ;; +;; - The use of vc-start-logentry in vc-register should be removed. +;; It's a remnant from old times when vc-register had an opportunity +;; to provide a message linked to the file's addition, but nowadays +;; it's just extra baggage that makes the code less readable. +;; ;; - make it easier to write logs. Maybe C-x 4 a should add to the log ;; buffer, if one is present, instead of adding to the ChangeLog. ;;